-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Plugin settings rendering #200
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Slightly Better Russian Translation * Whoops
# [2.16.0](shdwmtr/millennium@v2.15.0...v2.16.0) (2024-12-19) ### Bug Fixes * **CI:** Fix CI ([b897b49](shdwmtr@b897b49)) * **CI:** Fix CI ([914df34](shdwmtr@914df34)) * Close installer after successful install ([cfd961c](shdwmtr@cfd961c)) * Fix plugin JS being removed from webkit when a new theme is selected. ([a29c7df](shdwmtr@a29c7df)) * Fix settings icons not being centered and plugin settings button not having propper styling ([shdwmtr#184](shdwmtr#184)) ([5fddc2d](shdwmtr@5fddc2d)) * Fix system accent color not working on some startups ([2eb7a94](shdwmtr@2eb7a94)) * Fix the artifact CI ([3faf711](shdwmtr@3faf711)) * Fix typo in install.sh ([shdwmtr#178](shdwmtr#178)) ([76349b3](shdwmtr@76349b3)), closes [shdwmtr#4](shdwmtr#4) * Fix typo on themes page [shdwmtr#168](shdwmtr#168) ([e05ec19](shdwmtr@e05ec19)) * Prevent debug info from growing insanely large [shdwmtr#176](shdwmtr#176) ([d23bec9](shdwmtr@d23bec9)) * **Unix:** Fix LD_PRELOAD variable interfering with Steam games. ([cbfd653](shdwmtr@cbfd653)) * Use correct classes for Field ([shdwmtr#189](shdwmtr#189)) ([4ce6b5d](shdwmtr@4ce6b5d)) ### Features * Add better webkit support for plugins ([33b6cde](shdwmtr@33b6cde)) * Add Swedish localization. ([shdwmtr#180](shdwmtr#180)) ([0d9e8b4](shdwmtr@0d9e8b4)) * Added CPS bypass & Added Millennium API to webkit modules ([eda0f54](shdwmtr@eda0f54)) * Conditional webkit patching based on URL with regex [shdwmtr#127](shdwmtr#127) ([bf36bd5](shdwmtr@bf36bd5)) * **Security:** Blacklist certain pages, like the checkout, from being injected into by plugins. ([54edc4c](shdwmtr@54edc4c)) * Slightly Better Russian Translation ([shdwmtr#187](shdwmtr#187)) ([639390d](shdwmtr@639390d)) * Softer and better crash detection. ([fc5e756](shdwmtr@fc5e756)) * Updated plugin support for better webkit modding. ([1a8daf0](shdwmtr@1a8daf0))
## [2.16.1](shdwmtr/millennium@v2.16.0...v2.16.1) (2024-12-20) ### Bug Fixes * Catch installer socket being used instead of crashing. ([8817735](shdwmtr@8817735)) * Fix crashing on new installs ([9b7e1e5](shdwmtr@9b7e1e5)) * Fix unix pathing ([07dc66c](shdwmtr@07dc66c)) * Properly handle theme config with invalid props. ([d25461d](shdwmtr@d25461d))
## [2.16.2](shdwmtr/millennium@v2.16.1...v2.16.2) (2024-12-21) ### Bug Fixes * Fix installer crashes (again) ([bfafcb7](shdwmtr@bfafcb7))
# [2.17.0](shdwmtr/millennium@v2.16.2...v2.17.0) (2024-12-29) ### Bug Fixes * Add proxy support for web requests within Steam. ([71dabc6](shdwmtr@71dabc6)) * Fix installer script ([fb4053d](shdwmtr@fb4053d)) * Fix webkit and CSP related issues. closes [shdwmtr#197](shdwmtr#197), [shdwmtr#196](shdwmtr#196), [shdwmtr#194](shdwmtr#194) ([e2cd49d](shdwmtr@e2cd49d)) * Fix webkit issues, Close [shdwmtr#194](shdwmtr#194), [shdwmtr#196](shdwmtr#196) ([2c91a95](shdwmtr@2c91a95)) * Fix webkit patcher edge cases on redirects ([2573215](shdwmtr@2573215)) * Fix webkit patcher skipping non-secure requests. ([b9a6d0d](shdwmtr@b9a6d0d)) ### Features * Add system accent color to webkit ([af602c3](shdwmtr@af602c3))
## [2.17.1](shdwmtr/millennium@v2.17.0...v2.17.1) (2024-12-29) ### Bug Fixes * Fix workshop pages not rendering HTML. ([4614cc8](shdwmtr@4614cc8))
## [2.17.2](shdwmtr/millennium@v2.17.1...v2.17.2) (2024-12-29) ### Bug Fixes * Fix overlay browser not loading on pages without a response phrase. ([7d0fbcf](shdwmtr@7d0fbcf))
…hdwmtr#198) * fix: allow frontend function to send booleans to backend * fix: allow frontend function to send numbers to backend
This was referenced Jan 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Depends on shdwmtr/plugutil#3 and shdwmtr/ttc#1
Implements #183